home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Common / ResourceMap.h < prev   
C/C++ Source or Header  |  1997-01-03  |  302b  |  14 lines

  1. #ifndef __RESOURCEMAP__
  2. #define    __RESOURCEMAP__
  3.  
  4. typedef struct ResourceMap
  5. {
  6.     unsigned char    ResourceHeader[16];
  7.     ResourceMap        **NextResourceMap;
  8.     short            ResourceFileRef;
  9.     short            TypeListOffset;
  10.     short            NameListOffset;
  11.     short            TypeCount;
  12. } ResourceMap, *ResourceMapPtr, **ResourceMapHandle;
  13.  
  14. #endif